projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb03ec0
)
test/py: typo occured
author
Heinrich Schuchardt
<
[email protected]
>
Thu, 6 Sep 2018 18:29:50 +0000
(20:29 +0200)
committer
Alexander Graf
<
[email protected]
>
Sun, 23 Sep 2018 19:55:29 +0000
(21:55 +0200)
%s/occured/occurred/
Signed-off-by: Heinrich Schuchardt <
[email protected]
>
Signed-off-by: Alexander Graf <
[email protected]
>
test/py/tests/test_efi_selftest.py
patch
|
blob
|
history
diff --git
a/test/py/tests/test_efi_selftest.py
b/test/py/tests/test_efi_selftest.py
index 9d3a11575e7725d8cb94d9a4f2234620c59c74b8..994d2e22410e8887c29cb8449dd0ec44e83bb1c0 100644
(file)
--- a/
test/py/tests/test_efi_selftest.py
+++ b/
test/py/tests/test_efi_selftest.py
@@
-16,7
+16,7
@@
def test_efi_selftest(u_boot_console):
u_boot_console.run_command(cmd='bootefi selftest', wait_for_prompt=False)
m = u_boot_console.p.expect(['Summary: 0 failures', 'Press any key'])
if m != 0:
- raise Exception('Failures occured during the EFI selftest')
+ raise Exception('Failures occur
r
ed during the EFI selftest')
u_boot_console.run_command(cmd='', wait_for_echo=False, wait_for_prompt=False);
m = u_boot_console.p.expect(['resetting', 'U-Boot'])
if m != 0: